home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 6-Apple⁄DEC Alliance / Solutions & Networking Guide / Macintosh Networking Guide / Macintosh Networking Guide / card_16010.txt < prev    next >
Text File  |  1990-04-17  |  8KB  |  367 lines

  1. -- card: 16010 from stack: in
  2. -- bmap block id: 16357
  3. -- flags: 0000
  4. -- background id: 18894
  5. -- name: RoomMicro
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global env
  9.   set lockscreen to true
  10.   put env into cd fld "CPU"
  11.   put "Application Level" into fld "Floorname"
  12.   if fld "prodnameUp" contains "" then
  13.     set icon of cd btn "wire1" to "Broken Left"
  14.   else
  15.     set icon of cd btn "wire1" to "Connected"
  16.   end if
  17.   if fld "prodnameUp2" contains "" then
  18.     set icon of cd btn "wire2" to "Broken Right"
  19.   else
  20.     set icon of cd btn "wire2" to "Connected"
  21.   end if
  22.   unlock screen
  23.   pass openCard
  24. end openCard
  25.  
  26. on mouseEnter
  27.   global env
  28.   put env && "Applications Room" & return & "click on the Macintosh screen" into fld "Tell"
  29. end mouseEnter
  30.  
  31.  
  32.  
  33. -- part 1 (button)
  34. -- low flags: 00
  35. -- high flags: 0000
  36. -- rect: left=0 top=26 right=303 bottom=26
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 0 / 0
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: 
  45. ----- HyperTalk script -----
  46. on mouseUp
  47.   global hall,sol,currentfloor
  48.   put "3  Applications" into currentfloor
  49.   set lockscreen to true
  50.   go to cd hall
  51.   unlock screen with dissolve
  52. end mouseUp
  53.  
  54. On mouseDown
  55.   Global ClickSND
  56.   play ClickSND
  57. End mouseDown
  58.  
  59. on mouseEnter
  60.   put "Exit to Hallway Button" & return & "click to go to the hallway" into fld "Tell"
  61.   changeCurs 6069
  62. end mouseEnter
  63.  
  64. on mouseLeave
  65.   changeCurs 69
  66.   put empty into fld "Tell"
  67. end mouseleave
  68.  
  69.  
  70.  
  71. -- part 7 (field)
  72. -- low flags: 01
  73. -- high flags: 0000
  74. -- rect: left=397 top=147 right=180 bottom=447
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 0 / 0
  77. -- text alignment: 0
  78. -- font id: 3
  79. -- text size: 9
  80. -- style flags: 10240
  81. -- line height: 12
  82. -- part name: CPU
  83.  
  84.  
  85. -- part 30 (field)
  86. -- low flags: 81
  87. -- high flags: 2000
  88. -- rect: left=132 top=67 right=176 bottom=357
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 0 / 0
  91. -- text alignment: 0
  92. -- font id: 12
  93. -- text size: 12
  94. -- style flags: 8192
  95. -- line height: 13
  96. -- part name: Explainer
  97.  
  98.  
  99. -- part 69 (button)
  100. -- low flags: 00
  101. -- high flags: A000
  102. -- rect: left=73 top=198 right=210 bottom=134
  103. -- title width / last selected line: 0
  104. -- icon id / first selected line: 0 / 0
  105. -- text alignment: 0
  106. -- font id: 242
  107. -- text size: 9
  108. -- style flags: 0
  109. -- line height: 12
  110. -- part name: products
  111. ----- HyperTalk script -----
  112. on mouseUp
  113.   global Help
  114.   if Help then exit mouseUp
  115.   send mouseUp to btn "Macintosh"
  116. end mouseUp
  117.  
  118. on mouseEnter
  119.   ChangeCurs 6069
  120.   put "Products Button" & return & "click to choose product" into fld "Tell"
  121. end mouseEnter
  122.  
  123. on mouseLeave
  124.   changeCurs 69
  125.   put empty into fld "Tell"
  126. end mouseleave
  127.  
  128. On mouseDown
  129.   Global ClickSND
  130.   play ClickSND
  131. End mouseDown
  132.  
  133.  
  134. -- part 70 (button)
  135. -- low flags: 00
  136. -- high flags: A000
  137. -- rect: left=389 top=186 right=198 bottom=440
  138. -- title width / last selected line: 0
  139. -- icon id / first selected line: 0 / 0
  140. -- text alignment: 0
  141. -- font id: 242
  142. -- text size: 9
  143. -- style flags: 0
  144. -- line height: 12
  145. -- part name: products
  146. ----- HyperTalk script -----
  147. on mouseUp
  148.   send mouseUp to btn "CPU"
  149. end mouseUp
  150.  
  151. on mouseEnter
  152.   ChangeCurs 6069
  153.   put "Products Button" & return & "click to choose product" into fld "Tell"
  154. end mouseEnter
  155.  
  156. on mouseLeave
  157.   changeCurs 69
  158.   put empty into fld "Tell"
  159. end mouseleave
  160.  
  161. On mouseDown
  162.   Global ClickSND
  163.   play ClickSND
  164. End mouseDown
  165.  
  166.  
  167. -- part 11 (button)
  168. -- low flags: 00
  169. -- high flags: 0000
  170. -- rect: left=371 top=138 right=213 bottom=470
  171. -- title width / last selected line: 0
  172. -- icon id / first selected line: 0 / 0
  173. -- text alignment: 1
  174. -- font id: 0
  175. -- text size: 12
  176. -- style flags: 0
  177. -- line height: 16
  178. -- part name: CPU
  179. ----- HyperTalk script -----
  180. on mouseEnter
  181.   ChangeCurs 6069
  182.   put "PC Button" & return & "click to configure" into fld "Tell"
  183. end mouseEnter
  184.  
  185. on mouseLeave
  186.   changeCurs 69
  187.   put empty into fld "Tell"
  188. end mouseleave
  189.  
  190. On mouseDown
  191.   Global ClickSND
  192.   play ClickSND
  193. End mouseDown
  194.  
  195. on mouseUp
  196.   set cursor to busy
  197.   set lockscreen to true
  198.   get the loc of me
  199.   put it into MLoc
  200.   Put "Zoomer " & MLoc & "," & MLoc & "," & "254,151,278,166" into Zoomy
  201.   do Zoomy
  202.   Zoomer 254,151,278,166,8,4,507,336
  203.   put empty into fld "Prodname"
  204.   put empty into fld "Prodname2"
  205.   put empty into fld "Side1"
  206.   put empty into fld "Side2"
  207.   put empty into fld "ProdnameUp"
  208.   put empty into fld "ProdnameUp2"
  209.   put empty into fld "Network"
  210.   put empty into fld "click"
  211.   put empty into fld "click2"
  212.   put empty into prodname2
  213.   put empty into reads2
  214.   put empty into writes2
  215.   put empty into network2
  216.   put empty into sideone
  217.   put empty into common
  218.   push card
  219.   go to cd "TerminalCloseUp"
  220.   unlock screen with dissolve
  221. end mouseUp
  222.  
  223.  
  224.  
  225. -- part 10 (button)
  226. -- low flags: 00
  227. -- high flags: 0000
  228. -- rect: left=62 top=127 right=211 bottom=149
  229. -- title width / last selected line: 0
  230. -- icon id / first selected line: 0 / 0
  231. -- text alignment: 1
  232. -- font id: 0
  233. -- text size: 12
  234. -- style flags: 0
  235. -- line height: 16
  236. -- part name: Macintosh
  237. ----- HyperTalk script -----
  238. on mouseEnter
  239.   ChangeCurs 6069
  240.   put "Macintosh Button" & return & "click to configure" into fld "Tell"
  241. end mouseEnter
  242.  
  243. on mouseLeave
  244.   changeCurs 69
  245.   put empty into fld "Tell"
  246. end mouseleave
  247.  
  248. On mouseDown
  249.   Global ClickSND
  250.   play ClickSND
  251. End mouseDown
  252.  
  253. on mouseUp
  254.   global env,sol,lastRoom
  255.   put env && sol into lastRoom
  256.   set cursor to busy
  257.   set lockscreen to true
  258.   get the loc of me
  259.   put it into MLoc
  260.   Put "Zoomer " & MLoc & "," & MLoc & "," & "254,151,278,166" into Zoomy
  261.   do Zoomy
  262.   Zoomer 254,151,278,166,8,4,507,336
  263.   put empty into fld "Prodname"
  264.   put empty into fld "Prodname2"
  265.   put empty into fld "Side1"
  266.   put empty into fld "Side2"
  267.   put empty into fld "ProdnameUp"
  268.   put empty into fld "ProdnameUp2"
  269.   put empty into fld "Network"
  270.   put empty into fld "click"
  271.   put empty into fld "click2"
  272.   put empty into prodname2
  273.   put empty into reads2
  274.   put empty into writes2
  275.   put empty into network2
  276.   put empty into sideone
  277.   put empty into common
  278.   push card
  279.   go to cd "White"
  280.   go to cd "MacCloseUp"
  281.   unlock screen with dissolve
  282. end mouseUp
  283.  
  284.  
  285.  
  286.  
  287. -- part 78 (button)
  288. -- low flags: 00
  289. -- high flags: 0000
  290. -- rect: left=213 top=217 right=241 bottom=247
  291. -- title width / last selected line: 0
  292. -- icon id / first selected line: 3946 / 3946
  293. -- text alignment: 1
  294. -- font id: 0
  295. -- text size: 12
  296. -- style flags: 0
  297. -- line height: 16
  298. -- part name: wire1
  299. ----- HyperTalk script -----
  300. on mouseUp
  301.   send mouseUp to cd btn "Macintosh"
  302. end mouseUp
  303.  
  304. On mouseDown
  305.   Global ClickSND
  306.   play ClickSND
  307. End mouseDown
  308.  
  309. on mouseEnter
  310.   changeCurs 6069
  311.   put "Connectivity Connection" & return & "click to select choice" into fld "Tell"
  312. end mouseEnter
  313.  
  314. on mouseLeave
  315.   changeCurs 69
  316.   put empty into fld "Tell"
  317. end mouseleave
  318.  
  319.  
  320.  
  321.  
  322. -- part 79 (button)
  323. -- low flags: 00
  324. -- high flags: 0000
  325. -- rect: left=245 top=217 right=241 bottom=279
  326. -- title width / last selected line: 0
  327. -- icon id / first selected line: 7402 / 7402
  328. -- text alignment: 1
  329. -- font id: 0
  330. -- text size: 12
  331. -- style flags: 0
  332. -- line height: 16
  333. -- part name: Wire2
  334. ----- HyperTalk script -----
  335. on mouseUp
  336.   send mouseUp to cd btn "CPU"
  337. end mouseUp
  338.  
  339. On mouseDown
  340.   Global ClickSND
  341.   play ClickSND
  342. End mouseDown
  343.  
  344. on mouseEnter
  345.   changeCurs 6069
  346.   put "Connectivity Connection" & return & "click to select choice" into fld "Tell"
  347. end mouseEnter
  348.  
  349. on mouseLeave
  350.   changeCurs 69
  351.   put empty into fld "Tell"
  352. end mouseleave
  353.  
  354.  
  355.  
  356.  
  357. -- part contents for background part 41
  358. ----- text -----
  359. Macintosh to PC Engineering/CAD Room
  360.  
  361. -- part contents for background part 68
  362. ----- text -----
  363. Application Level
  364.  
  365. -- part contents for card part 7
  366. ----- text -----
  367. PC